CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - IAT HOOK

搜索资源列表

  1. HybridHook

    0下载:
  2. Rootkit IAT HOOK---利用内核共享内存实现IAT hook
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40250
    • 提供者:rootkit
  1. iat hook 检测的源代码

    0下载:
  2. iat hook 检测的源代码
  3. 所属分类:系统编程

  1. API_HOOK.rar

    0下载:
  2. API HOOK源码,自己写的,C++源码,使用的也是定位IAT表,获取需要HOOK的API,然后HOOK并处理~,API HOOK source, wrote it myself, C++ Source, the use of the IAT is also positioning table, access to the needs of HOOK the API, and then HOOK and processed ~
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:18247
    • 提供者:dylan
  1. IATHOOK.rar

    0下载:
  2. 通过修改iat输入表来hook api,本例子实现如何去hook非静态调用的api,Iat table by modifying the input to hook api, the example of the realization of how to hook the api call non-static
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3711798
    • 提供者:李泽球
  1. IATHook_dll

    0下载:
  2. this is a simple IAT Hook Dll , whick hooks function send in ws2_32.d-this is a simple IAT Hook Dll , whick hooks function send in ws2_32.dll
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:1957
    • 提供者:12usver12
  1. IAT-API-Hook

    0下载:
  2. Delphi IAT Hook API(沒使用到Dll,我打算用CreateRemoteThread來實現Hook,可以說還沒完成)-Delphi IAT Hook API
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:356899
    • 提供者:asd
  1. DLL-IAT-hook

    0下载:
  2. 屏幕取词功能实现方法2 一个通过修改DLL文件的IAT表来实现的hook开发包源码--Screen Translation Method 2 to achieve a functional DLL file by modifying the IAT table to achieve the hook development kit source code-
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:172162
    • 提供者:py
  1. IAT_HOOK

    0下载:
  2. 使用ROOTKIT技术,实现ITA HOOK-ITA_HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:256564
    • 提供者:rootkit
  1. apihook_Code

    0下载:
  2. 一个通过修改DLL文件的IAT表来实现的hook开发包源码-A DLL file by modifying the IAT table to achieve the hook development kit source
  3. 所属分类:Hook api

    • 发布日期:2017-11-11
    • 文件大小:190152
    • 提供者:站长
  1. IATHOOK

    0下载:
  2. IAT HOOK I just try to hook a api call with John Chamberlain s source code. The code works, but nothing happen when i call CreateProcess in an other application. Why
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:2813
    • 提供者:RDGMax
  1. vice

    0下载:
  2. 能够找出给种类型的系统Hook,包括IAT表,SSDT表等相关的钩子-VICE is a tool to find hooks. Features include: 1. Looks for people hooking IAT s. 2. Looks for people hooking functions in-line aka detouring. 3. Looks for hooks in the System Call Table. Thanks to Tan perh
  3. 所属分类:Hook api

    • 发布日期:2017-04-26
    • 文件大小:67211
    • 提供者:袁晓辉
  1. API

    0下载:
  2. 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:17565
    • 提供者:fangxiaowang
  1. iat_hook

    0下载:
  2. Sample for how to hook IAT table
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:31742
    • 提供者:trumken
  1. Hook

    0下载:
  2. 本文从难易程度上主要分三块详细介绍:一.用户模式Hook:IAT-hook,Dll-inject 二.内核模式Hook:ssdt-hook,idt-hook,int 2e/sysenter-hook 三.Inline Function Hook -In this paper, Difficulty Level 3 detail the main points: 1. User Mode Hook: IAT-hook, Dll-inject 2. Kernel-mode Hook: ssdt-ho
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:14827
    • 提供者:lee
  1. ImportView_SRC_s

    0下载:
  2. ImportView 输入表view工具的源代码,很好学习PE结构的输入表结构,应用于IAT HOOK-ImportView input tools, source code for the table view, very good to learn the structure of PE input table structure, used in IAT HOOK
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:31361
    • 提供者:张希行
  1. APIHook

    0下载:
  2. API拦截pdf的手册,里面讲解了Injection\IAT HOOK,以及实现的代码,还讲解了驱动层的HOOK部分-API interception pdf manual, which explains Injection \ IAT HOOK, and the realization of the code, but also explain part of the driver layer HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:129460
    • 提供者:jibagan
  1. IAT

    0下载:
  2. IAT Hook in vb it can to iplementation to Antivirus enggine
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:5462
    • 提供者:erix
  1. inline-hook

    0下载:
  2. Il y a quelques temps, j avais publié sur le blog la technique de l IAT Hook qui permettait de détourner l appel d une fonction via la table d importation. Mais cela a ses limites: si vous posez un hook après que le programme ai récupéré l adresse
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:278317
    • 提供者:Lord Noteworthy
  1. HOOK-IAT

    0下载:
  2. 通过分析PE文件格式,修改函数入口点,实现IAT HOOK-By analyzing PE file format, modify the function entry points, for IAT HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-29
    • 文件大小:119268
    • 提供者:YQH
  1. Hooking IAT

    0下载:
  2. This is the project that hooking import address table. It is very important to hook import address table. It is possible to hook something using this project. Thanks.
  3. 所属分类:Windows编程

« 12 3 »
搜珍网 www.dssz.com